Formating.
authorMartin Nordholts <martinn@src.gnome.org>
Sat, 17 Jan 2009 14:20:11 +0000 (14:20 +0000)
committerMartin Nordholts <martinn@src.gnome.org>
Sat, 17 Jan 2009 14:20:11 +0000 (14:20 +0000)
* babl/babl-internal.h: Formating.

svn path=/trunk/; revision=375

ChangeLog
babl/babl-internal.h

index b6119a521ad7cdcd449b1ca1c4cc2adcb2fd9b28..4d3975949cbce476ae908f4b40ad844e03a77ba8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-17  Martin Nordholts  <martinn@svn.gnome.org>
+
+       * babl/babl-internal.h: Formating.
+
 2009-01-17  Martin Nordholts  <martinn@svn.gnome.org>
 
        * babl/babl-class.h: New installed header file containing class
index 7275fcbdb164e032fc4643598e4143994f698934..86932a89bb36b273650cfb37c331ed603a7555e6 100644 (file)
@@ -59,7 +59,7 @@
 
 
 
-Babl * babl_conversion_find       (const void     *source,
+Babl *   babl_conversion_find           (const void     *source,
                                          const void     *destination);
 double   babl_conversion_error          (BablConversion *conversion);
 long     babl_conversion_cost           (BablConversion *conversion);
@@ -109,10 +109,10 @@ void     babl_die                       (void);
 int      babl_sanity                    (void);
 
 void     babl_core_init                 (void);
-Babl   * babl_format_with_model_as_type (Babl *model,
-                                         Babl *type);
-int      babl_formats_count             (void);  /* should maybe be templated? */
-int      babl_type_is_symmetric         (Babl *babl);
+Babl   * babl_format_with_model_as_type (Babl           *model,
+                                         Babl           *type);
+int      babl_formats_count             (void);                                     /* should maybe be templated? */
+int      babl_type_is_symmetric         (Babl           *babl);
 
 /* FIXME: nasty,. including the symbol even in files where it is
  * not needed,. and a dummy function to use it in those cases